Setting Folder Level Deployment

The folder level of deployment allows you more flexibility, but requires more steps. When you open the Properties dialog box for a project folder, you can select from the following options on the Deployment tab.

The deployment engine checks

Relative to the Parent Folder Deployment Location option

When you set the Relative to the Parent Folder Deployment Location option, HomeSite deploys a folder to a location that is relative to its parent folder or project. For example:

Parent Folder: MyDirectory/ParentFolder

Child Folder: MyDirectory/ParentFolder/ChildFolder

If the parent folder's deployment location is ServerDirectory/ParentFolder, then the child folder's deployment location is ServerDirectory/ParentFolder/
ChildFolder. Child paths are calculated for you automatically.

The Relative to the Parent Folder Deployment Location option is not available at the project level because the project folder functions as the root and has no parents.

Specific Deployment Location option

You can use the Specific Deployment Location option to enter the exact path to which HomeSite deploys the folder.

Allaire recommends that you use the Browse button to set a specific deployment location. Use the following rules if you enter pathnames manually:

Typically, the pathname you enter does not include the server name for the host, so the program automatically appends the server name to the path when you select which servers you want to deploy to in the Deployment Wizard.

Do Not Upload option

The Do Not Upload option specifies that the folder and its contents are ignored during deployment. This option is not available at the project level.

Note To specify deployment settings for a folder:
  1. Right-click the folder and select Properties.

    The Edit Folder Properties dialog box appears.

  2. Click the Deployment tab and select a deployment option.
  3. If you selected Specific Deployment Location, enter the location in the Deployment Path box.
  4. Click OK.

    Your deployment settings are applied to the folder.

Tip The project deployment information is in the project apf file. By uploading the apf file along with a project, you can maintain the same deployment settings.